home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group96a.txt / 000043_icon-group-sender _Fri Feb 9 17:34:49 1996.msg < prev    next >
Internet Message Format  |  1996-09-05  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 9 Feb 1996 13:15:32 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: 9 Feb 1996 17:34:49 GMT
  4. From: michal@gortel.phys.ualberta.ca (Michal Jaegermann)
  5. Message-Id: <4fg0jp$1vd6@pulp.ucs.ualberta.ca>
  6. Organization: Disorganized Bits
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <4fdi85$4b7o@yuma.ACNS.ColoState.EDU>, <m3hgx1jncg.fsf@ug301ab.ppp.lrz-muenchen.de>
  9. Reply-To: michal@gortel.phys.ualberta.ca
  10. Subject: Re: Compiling ELF binaries for Linux1.2.13
  11. Errors-To: icon-group-errors@cs.arizona.edu
  12. Status: O
  13.  
  14. Gerhard Brey (G.Brey@lrz.uni-muenchen.de) wrote:
  15. : In article <4fdi85$4b7o@yuma.ACNS.ColoState.EDU> millejoh@holly.ColoState.EDU (John Miller) writes:
  16.  
  17. : >     unidentified symbols in rswitch.o -- namely new_context and syserr.
  18.  
  19. :  I guess
  20. : (but I am not a C- or Assembler-programmer) that the problem has to do
  21. : with the Assembler code in rswitch.s.
  22.  
  23. If the problem is caused by symbols from an assembler code then most
  24. likely it is a trivial one.  Elf symbols do not have prepended '_'
  25. character; assembler likely assumes that they do.  Just adjust names.
  26.  
  27.   --mj
  28.